Version

ScheduleDialogBase.ChooserResult<TChoice> Class Members

The following tables list the members exposed by ScheduleDialogBase.ChooserResult<TChoice>.

Public Constructors
 NameDescription
Public ConstructorScheduleDialogBase.ChooserResult<TChoice> ConstructorCreates an instance of the ChooserResult which should be passed in the constructor of the ScheduleDialogBase<TChoice>. The dialog will set the Choice property when the dialog closes to reflect the user's choice.  
Public Properties
 NameDescription
Public PropertyChoiceReturns the choice made by the user in the dialog.  
Public PropertyUserDataReturns or sets an opaque piece of user data.  
See Also